encoding/xml.Decoder.getc (method)
5 uses
encoding/xml (current package)
xml.go#L566: b, ok := d.getc()
xml.go#L890: b, ok := d.getc()
xml.go#L907: func (d *Decoder) getc() (b byte, ok bool) {
xml.go#L960: if b, ok = d.getc(); !ok {
xml.go#L995: b, ok := d.getc()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)